home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / configure.bat < prev    next >
DOS Batch File  |  1994-10-21  |  435b  |  18 lines

  1. @echo off
  2.  
  3. chdir libiberty
  4. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. chdir ..\bfd
  6. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. chdir ..\opcodes
  8. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. chdir ..\gprof
  10. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. chdir ..\binutils
  12. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. chdir ..\gas
  14. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. chdir ..\ld
  16. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  17. chdir ..
  18.